[INFO] fetching crate conduit-derive 2.1.1...
[INFO] fixing conduit-derive-2.1.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate conduit-derive 2.1.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate conduit-derive 2.1.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate conduit-derive 2.1.1
[INFO] tweaked toml for crates.io crate conduit-derive 2.1.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate conduit-derive 2.1.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate conduit-derive 2.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sonic-simd v0.1.3
[INFO] [stderr]   Downloaded sonic-number v0.1.1
[INFO] [stderr]   Downloaded sonic-rs v0.3.17
[INFO] [stderr]   Downloaded faststr v0.2.34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 87721d320eccf75ad86dbbab39bc83dcc100c470ac8c2c7d5a0bc874c6a2a4c1
[INFO] running `Command { std: "docker" "start" "87721d320eccf75ad86dbbab39bc83dcc100c470ac8c2c7d5a0bc874c6a2a4c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "87721d320eccf75ad86dbbab39bc83dcc100c470ac8c2c7d5a0bc874c6a2a4c1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "87721d320eccf75ad86dbbab39bc83dcc100c470ac8c2c7d5a0bc874c6a2a4c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "87721d320eccf75ad86dbbab39bc83dcc100c470ac8c2c7d5a0bc874c6a2a4c1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking sonic-simd v0.1.3
[INFO] [stderr]     Checking sonic-number v0.1.1
[INFO] [stderr]     Checking toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking toml v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking conduit-derive v2.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]     Checking ref-cast v1.0.25
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking faststr v0.2.34
[INFO] [stderr]     Checking trybuild v1.0.116
[INFO] [stderr]     Checking sonic-rs v0.3.17
[INFO] [stdout] error[E0432]: unresolved import `conduit_core`
[INFO] [stdout]  --> tests/derive_tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use conduit_core::{ConduitHandler, Decode, Encode, HandlerResponse};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `conduit_core`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use conduit_core::{ConduitHandler, Decode, Encode, HandlerResponse};
[INFO] [stdout] 3 + use conduit_derive::{ConduitHandler, Decode, Encode, HandlerResponse};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:341:1
[INFO] [stdout]     |
[INFO] [stdout] 341 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:358:1
[INFO] [stdout]     |
[INFO] [stdout] 358 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:394:1
[INFO] [stdout]     |
[INFO] [stdout] 394 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:407:1
[INFO] [stdout]     |
[INFO] [stdout] 407 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:424:1
[INFO] [stdout]     |
[INFO] [stdout] 424 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:445:1
[INFO] [stdout]     |
[INFO] [stdout] 445 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:547:1
[INFO] [stdout]     |
[INFO] [stdout] 547 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:561:1
[INFO] [stdout]     |
[INFO] [stdout] 561 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:586:1
[INFO] [stdout]     |
[INFO] [stdout] 586 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:658:1
[INFO] [stdout]     |
[INFO] [stdout] 658 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:687:1
[INFO] [stdout]     |
[INFO] [stdout] 687 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]    --> tests/derive_tests.rs:341:1
[INFO] [stdout]     |
[INFO] [stdout] 341 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `serde` is an attribute that can be used by the derive macros `Deserialize` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]    --> tests/derive_tests.rs:358:1
[INFO] [stdout]     |
[INFO] [stdout] 358 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `serde` is an attribute that can be used by the derive macros `Deserialize` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]    --> tests/derive_tests.rs:394:1
[INFO] [stdout]     |
[INFO] [stdout] 394 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `serde` is an attribute that can be used by the derive macros `Deserialize` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]    --> tests/derive_tests.rs:407:1
[INFO] [stdout]     |
[INFO] [stdout] 407 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `serde` is an attribute that can be used by the derive macros `Deserialize` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]    --> tests/derive_tests.rs:424:1
[INFO] [stdout]     |
[INFO] [stdout] 424 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `serde` is an attribute that can be used by the derive macros `Deserialize` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]    --> tests/derive_tests.rs:445:1
[INFO] [stdout]     |
[INFO] [stdout] 445 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `serde` is an attribute that can be used by the derive macros `Deserialize` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]    --> tests/derive_tests.rs:547:1
[INFO] [stdout]     |
[INFO] [stdout] 547 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `serde` is an attribute that can be used by the derive macros `Deserialize` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]    --> tests/derive_tests.rs:561:1
[INFO] [stdout]     |
[INFO] [stdout] 561 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `serde` is an attribute that can be used by the derive macros `Deserialize` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]    --> tests/derive_tests.rs:586:1
[INFO] [stdout]     |
[INFO] [stdout] 586 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `serde` is an attribute that can be used by the derive macros `Deserialize` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]    --> tests/derive_tests.rs:658:1
[INFO] [stdout]     |
[INFO] [stdout] 658 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `serde` is an attribute that can be used by the derive macros `Deserialize` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]    --> tests/derive_tests.rs:687:1
[INFO] [stdout]     |
[INFO] [stdout] 687 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `serde` is an attribute that can be used by the derive macros `Deserialize` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]   --> tests/derive_tests.rs:10:28
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Debug, PartialEq, Encode, Decode)]
[INFO] [stdout]    |                            ^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]   --> tests/derive_tests.rs:10:36
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Debug, PartialEq, Encode, Decode)]
[INFO] [stdout]    |                                    ^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]   --> tests/derive_tests.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(Debug, PartialEq, Encode, Decode)]
[INFO] [stdout]    |                            ^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]   --> tests/derive_tests.rs:19:36
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(Debug, PartialEq, Encode, Decode)]
[INFO] [stdout]    |                                    ^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]   --> tests/derive_tests.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[derive(Debug, PartialEq, Encode, Decode)]
[INFO] [stdout]    |                            ^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]   --> tests/derive_tests.rs:25:36
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[derive(Debug, PartialEq, Encode, Decode)]
[INFO] [stdout]    |                                    ^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]   --> tests/derive_tests.rs:28:28
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[derive(Debug, PartialEq, Encode, Decode)]
[INFO] [stdout]    |                            ^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]   --> tests/derive_tests.rs:28:36
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[derive(Debug, PartialEq, Encode, Decode)]
[INFO] [stdout]    |                                    ^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]   --> tests/derive_tests.rs:33:28
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Debug, PartialEq, Encode, Decode)]
[INFO] [stdout]    |                            ^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]   --> tests/derive_tests.rs:33:36
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Debug, PartialEq, Encode, Decode)]
[INFO] [stdout]    |                                    ^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]   --> tests/derive_tests.rs:40:28
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[derive(Debug, PartialEq, Encode, Decode)]
[INFO] [stdout]    |                            ^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]   --> tests/derive_tests.rs:40:36
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[derive(Debug, PartialEq, Encode, Decode)]
[INFO] [stdout]    |                                    ^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]   --> tests/derive_tests.rs:46:28
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, PartialEq, Encode, Decode)]
[INFO] [stdout]    |                            ^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]   --> tests/derive_tests.rs:46:36
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, PartialEq, Encode, Decode)]
[INFO] [stdout]    |                                    ^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:382:1
[INFO] [stdout]     |
[INFO] [stdout] 382 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:489:1
[INFO] [stdout]     |
[INFO] [stdout] 489 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:608:28
[INFO] [stdout]     |
[INFO] [stdout] 608 | #[derive(Debug, PartialEq, Encode, Decode)]
[INFO] [stdout]     |                            ^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:608:36
[INFO] [stdout]     |
[INFO] [stdout] 608 | #[derive(Debug, PartialEq, Encode, Decode)]
[INFO] [stdout]     |                                    ^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:631:28
[INFO] [stdout]     |
[INFO] [stdout] 631 | #[derive(Debug, PartialEq, Encode, Decode)]
[INFO] [stdout]     |                            ^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:631:36
[INFO] [stdout]     |
[INFO] [stdout] 631 | #[derive(Debug, PartialEq, Encode, Decode)]
[INFO] [stdout]     |                                    ^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:341:1
[INFO] [stdout]     |
[INFO] [stdout] 341 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:358:1
[INFO] [stdout]     |
[INFO] [stdout] 358 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:382:1
[INFO] [stdout]     |
[INFO] [stdout] 382 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:394:1
[INFO] [stdout]     |
[INFO] [stdout] 394 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:407:1
[INFO] [stdout]     |
[INFO] [stdout] 407 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:424:1
[INFO] [stdout]     |
[INFO] [stdout] 424 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:445:1
[INFO] [stdout]     |
[INFO] [stdout] 445 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:489:1
[INFO] [stdout]     |
[INFO] [stdout] 489 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `conduit_core` in this scope
[INFO] [stdout]    --> tests/derive_tests.rs:512:27
[INFO] [stdout]     |
[INFO] [stdout] 512 |     assert!(matches!(err, conduit_core::Error::Serialize(_)));
[INFO] [stdout]     |                           ^^^^^^^^^^^^ use of unresolved module or unlinked crate `conduit_core`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 512 -     assert!(matches!(err, conduit_core::Error::Serialize(_)));
[INFO] [stdout] 512 +     assert!(matches!(err, conduit_derive::Error::Serialize(_)));
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 512 -     assert!(matches!(err, conduit_core::Error::Serialize(_)));
[INFO] [stdout] 512 +     assert!(matches!(err, Error::Serialize(_)));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `conduit_core` in this scope
[INFO] [stdout]    --> tests/derive_tests.rs:522:33
[INFO] [stdout]     |
[INFO] [stdout] 522 |             assert!(matches!(e, conduit_core::Error::Serialize(_)));
[INFO] [stdout]     |                                 ^^^^^^^^^^^^ use of unresolved module or unlinked crate `conduit_core`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 522 -             assert!(matches!(e, conduit_core::Error::Serialize(_)));
[INFO] [stdout] 522 +             assert!(matches!(e, conduit_derive::Error::Serialize(_)));
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 522 -             assert!(matches!(e, conduit_core::Error::Serialize(_)));
[INFO] [stdout] 522 +             assert!(matches!(e, Error::Serialize(_)));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `conduit_core` in this scope
[INFO] [stdout]    --> tests/derive_tests.rs:531:35
[INFO] [stdout]     |
[INFO] [stdout] 531 |             assert!(matches!(err, conduit_core::Error::Serialize(_)));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^ use of unresolved module or unlinked crate `conduit_core`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 531 -             assert!(matches!(err, conduit_core::Error::Serialize(_)));
[INFO] [stdout] 531 +             assert!(matches!(err, conduit_derive::Error::Serialize(_)));
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 531 -             assert!(matches!(err, conduit_core::Error::Serialize(_)));
[INFO] [stdout] 531 +             assert!(matches!(err, Error::Serialize(_)));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `conduit_core` in this scope
[INFO] [stdout]    --> tests/derive_tests.rs:540:27
[INFO] [stdout]     |
[INFO] [stdout] 540 |     assert!(matches!(err, conduit_core::Error::Serialize(_)));
[INFO] [stdout]     |                           ^^^^^^^^^^^^ use of unresolved module or unlinked crate `conduit_core`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 540 -     assert!(matches!(err, conduit_core::Error::Serialize(_)));
[INFO] [stdout] 540 +     assert!(matches!(err, conduit_derive::Error::Serialize(_)));
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 540 -     assert!(matches!(err, conduit_core::Error::Serialize(_)));
[INFO] [stdout] 540 +     assert!(matches!(err, Error::Serialize(_)));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:547:1
[INFO] [stdout]     |
[INFO] [stdout] 547 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:561:1
[INFO] [stdout]     |
[INFO] [stdout] 561 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:586:1
[INFO] [stdout]     |
[INFO] [stdout] 586 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:658:1
[INFO] [stdout]     |
[INFO] [stdout] 658 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `conduit_core` in the crate root
[INFO] [stdout]    --> tests/derive_tests.rs:687:1
[INFO] [stdout]     |
[INFO] [stdout] 687 | #[command]
[INFO] [stdout]     | ^^^^^^^^^^ could not find `conduit_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `conduit_core` in this scope
[INFO] [stdout]    --> tests/derive_tests.rs:329:22
[INFO] [stdout]     |
[INFO] [stdout] 329 | ) -> Result<Vec<u8>, conduit_core::Error> {
[INFO] [stdout]     |                      ^^^^^^^^^^^^ use of unresolved module or unlinked crate `conduit_core`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 329 - ) -> Result<Vec<u8>, conduit_core::Error> {
[INFO] [stdout] 329 + ) -> Result<Vec<u8>, conduit_derive::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `conduit-derive` (test "derive_tests") due to 61 previous errors
[INFO] running `Command { std: "docker" "inspect" "87721d320eccf75ad86dbbab39bc83dcc100c470ac8c2c7d5a0bc874c6a2a4c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "87721d320eccf75ad86dbbab39bc83dcc100c470ac8c2c7d5a0bc874c6a2a4c1", kill_on_drop: false }`
[INFO] [stdout] 87721d320eccf75ad86dbbab39bc83dcc100c470ac8c2c7d5a0bc874c6a2a4c1
